Package-level declarations
Properties
Functions
Link copied to clipboard
fun CheckboxSetting(title: Int, body: Int, onCheckedChange: (Boolean) -> Unit, checked: Boolean, modifier: Modifier = Modifier.fillMaxWidth())
A setting with a checkbox.
fun CheckboxSetting(title: String, body: String, onCheckedChange: (Boolean) -> Unit, checked: Boolean, modifier: Modifier = Modifier.fillMaxWidth())
Link copied to clipboard
A simple indicator that says "preview".
Link copied to clipboard
A setting that's still in the preview stage.
Link copied to clipboard
A setting.
Link copied to clipboard
The title of a settings section - small, bold text. (Note: not to be confused with the title of a settings page - for that use a LargeTopAppBar)